home *** CD-ROM | disk | FTP | other *** search
/ Dermatology Step by Step / Dermatology Step by Step.iso / pc / Media / Dermatology / AlgorithmInf.swf / scripts / DefineButton2_98 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  2001-02-15  |  103 b   |  5 lines

  1. on(press){
  2.    this.startDrag(false,0,_parent.min,0,_parent.max);
  3.    _parent.gotoAndPlay("drag");
  4. }
  5.